﻿2026-09-11T01:01:59.9034658Z ##[group]Run actions/checkout@v5
2026-09-11T01:01:59.9035447Z with:
2026-09-11T01:01:59.9035839Z   fetch-depth: 2
2026-09-11T01:01:59.9036266Z   repository: BigscreenVR/spt-bs-core
2026-09-11T01:01:59.9039649Z   token: ***
2026-09-11T01:01:59.9040049Z   ssh-strict: true
2026-09-11T01:01:59.9040439Z   ssh-user: git
2026-09-11T01:01:59.9040850Z   persist-credentials: true
2026-09-11T01:01:59.9041274Z   clean: true
2026-09-11T01:01:59.9041674Z   sparse-checkout-cone-mode: true
2026-09-11T01:01:59.9042119Z   fetch-tags: false
2026-09-11T01:01:59.9042509Z   show-progress: true
2026-09-11T01:01:59.9042920Z   lfs: false
2026-09-11T01:01:59.9043282Z   submodules: false
2026-09-11T01:01:59.9043698Z   set-safe-directory: true
2026-09-11T01:01:59.9044141Z   allow-unsafe-pr-checkout: false
2026-09-11T01:01:59.9044827Z ##[endgroup]
2026-09-11T01:01:59.9817340Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-11T01:01:59.9819074Z ##[group]Getting Git version info
2026-09-11T01:01:59.9819992Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-11T01:01:59.9821023Z [command]/usr/bin/git version
2026-09-11T01:01:59.9821465Z git version 2.43.0
2026-09-11T01:01:59.9825109Z ##[endgroup]
2026-09-11T01:01:59.9832559Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/4d6407df-ef93-4ed4-93d3-f0cc13effc1e/.gitconfig'
2026-09-11T01:01:59.9839456Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/4d6407df-ef93-4ed4-93d3-f0cc13effc1e' before making global git config changes
2026-09-11T01:01:59.9840807Z Adding repository directory to the temporary git global config as a safe directory
2026-09-11T01:01:59.9842266Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-11T01:01:59.9890573Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-11T01:01:59.9907723Z https://github.com/BigscreenVR/spt-bs-core
2026-09-11T01:01:59.9918359Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-11T01:01:59.9920677Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-11T01:01:59.9938859Z HEAD
2026-09-11T01:01:59.9967974Z ##[endgroup]
2026-09-11T01:01:59.9968576Z [command]/usr/bin/git submodule status
2026-09-11T01:02:00.0156793Z ##[group]Cleaning the repository
2026-09-11T01:02:00.0160369Z [command]/usr/bin/git clean -ffdx
2026-09-11T01:02:00.0201266Z [command]/usr/bin/git reset --hard HEAD
2026-09-11T01:02:00.0275740Z HEAD is now at a9e786b24 merge: #287 test-only keeper-before-bind fix/287-keeper-before-bind @a2eb40c4 into assembly/v0.69.0
2026-09-11T01:02:00.0282707Z ##[endgroup]
2026-09-11T01:02:00.0283909Z ##[group]Disabling automatic garbage collection
2026-09-11T01:02:00.0286607Z [command]/usr/bin/git config --local gc.auto 0
2026-09-11T01:02:00.0307771Z ##[endgroup]
2026-09-11T01:02:00.0308362Z ##[group]Setting up auth
2026-09-11T01:02:00.0312820Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-11T01:02:00.0335768Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-11T01:02:00.0521218Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-11T01:02:00.0542550Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-11T01:02:00.0726209Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-11T01:02:00.0751749Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-11T01:02:00.0934436Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-11T01:02:00.0966002Z ##[endgroup]
2026-09-11T01:02:00.0966932Z ##[group]Fetching the repository
2026-09-11T01:02:00.0972222Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +ac7ca9f00b6edd30d4e3bb77c3a891451c2db118:refs/remotes/pull/218/merge
2026-09-11T01:02:00.7716529Z From https://github.com/BigscreenVR/spt-bs-core
2026-09-11T01:02:00.7718372Z  + 07ad84b04...ac7ca9f00 ac7ca9f00b6edd30d4e3bb77c3a891451c2db118 -> pull/218/merge  (forced update)
2026-09-11T01:02:00.7743033Z ##[endgroup]
2026-09-11T01:02:00.7744272Z ##[group]Determining the checkout info
2026-09-11T01:02:00.7745671Z ##[endgroup]
2026-09-11T01:02:00.7747613Z [command]/usr/bin/git sparse-checkout disable
2026-09-11T01:02:00.7787620Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-11T01:02:00.7810152Z ##[group]Checking out the ref
2026-09-11T01:02:00.7811746Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/218/merge
2026-09-11T01:02:00.8097856Z Previous HEAD position was a9e786b24 merge: #287 test-only keeper-before-bind fix/287-keeper-before-bind @a2eb40c4 into assembly/v0.69.0
2026-09-11T01:02:00.8101413Z HEAD is now at ac7ca9f00 Merge 16df0e41be04ca4614a792f7e70e4d1bdec60b24 into de5a44bc338d679f3c63f6d0f68826eb9e575d73
2026-09-11T01:02:00.8109799Z ##[endgroup]
2026-09-11T01:02:00.8152235Z [command]/usr/bin/git log -1 --format=%H
2026-09-11T01:02:00.8180338Z ac7ca9f00b6edd30d4e3bb77c3a891451c2db118
